Skip to main content

REST API

Documentation for Rest Endpoints

HTTP requestDescription
GET /api/rest/eventlog/all/caller/count/1yGet all caller 1 year count
GET /api/rest/eventlog/all/caller/count/24hGet all caller 24 hours count
GET /api/rest/eventlog/all/caller/count/3mGet all caller 3 months count
GET /api/rest/eventlog/all/caller/count/7dGet all caller 7days count
GET /api/rest/eventlog/all/caller/countGet all caller count
GET /api/rest/eventlog/all/canister/count/1yGet all canister 1 year count
GET /api/rest/eventlog/all/canister/count/24hGet all canister 24 hours count
GET /api/rest/eventlog/all/canister/count/30dGet all canister 30 days count
GET /api/rest/eventlog/all/canister/count/3mGet all canister 3 months count
GET /api/rest/eventlog/all/canister/count/7dGet all canister 7days count
GET /api/rest/eventlog/all/event/count/1yGet all event logs 1 year count
GET /api/rest/eventlog/all/event/count/24hGet all event logs 24 hours count
GET /api/rest/eventlog/all/event/count/30dGet all event logs 30 days count
GET /api/rest/eventlog/all/event/count/3mGet all event logs 3 months count
GET /api/rest/eventlog/all/event/count/7dGet all event logs 7 days count
GET /api/rest/eventlog/caller/{caller}Get Event Logs by caller
GET /api/rest/eventlog/caller/event/count/1yGet caller event logs 1 year count
GET /api/rest/eventlog/caller/event/count/24hGet caller event logs 24 hours count
GET /api/rest/eventlog/caller/event/count/30dGet caller event logs 30 days count
GET /api/rest/eventlog/caller/event/count/3mGet caller event logs 3 months count
GET /api/rest/eventlog/caller/event/count/7dGet caller event logs 7 days count
GET /api/rest/eventlog/canister/caller/count/1yGet canister's caller event logs 1 year count
GET /api/rest/eventlog/canister/caller/count/24hGet canister's caller event logs 24 hours count
GET /api/rest/eventlog/canister/caller/count/30dGet canister's caller event logs 30 days count
GET /api/rest/eventlog/canister/caller/count/3mGet canister's caller event logs 3 months count
GET /api/rest/eventlog/canister/caller/count/7dGet canister's caller event logs 7 days count
GET /api/rest/eventlog/canister/caller/count/allGet canister's caller event logs all count
GET /api/rest/eventlog/canister/{canister_id}Get Event Logs by canister id
GET /api/rest/eventlog/canister/event/count/1yGet canister's event logs 1 year count
GET /api/rest/eventlog/canister/event/count/24hGet canister's event logs 24 hours count
GET /api/rest/eventlog/canister/event/count/30dGet canister's event logs 30 days count
GET /api/rest/eventlog/canister/event/count/3mGet canister's event logs 3 months count
GET /api/rest/eventlog/canister/event/count/7dGet canister's event logs 7 days count
GET /api/rest/eventlog/canister/keys/{canister_id}Get canister's event keys
GET /api/rest/eventlogGet Latest Event Logs

All endpoints do not require authorization.